home *** CD-ROM | disk | FTP | other *** search
- on(release){
- if(this.flower_ok)
- {
- if(this.bugs_mc._currentframe == 11)
- {
- if(_parent.mc._currentframe == 3 && _parent.mc.tool_mc._currentframe == 4)
- {
- this.bugs_mc.play();
- _parent.cost_point7.play();
- _parent.mc.gotoAndStop(1);
- this.stop();
- }
- }
- else if(this.bugs_mc._currentframe == 1)
- {
- if(this.tonic_mc._currentframe == 1)
- {
- if(_parent.mc._currentframe == 3 && _parent.mc.tool_mc._currentframe == 5)
- {
- this.tonic_mc.play();
- _parent.cost_point8.play();
- _parent.mc.gotoAndStop(1);
- }
- }
- }
- if(_parent.mc._currentframe == 3 && _parent.mc.tool_mc._currentframe == 1)
- {
- this.gotoAndPlay("cut");
- _parent.mc.gotoAndStop(1);
- }
- }
- }
-